home *** CD-ROM | disk | FTP | other *** search
/ Birth of Jesus Activity Center / Birth of Jesus Activity Center.iso / mac / data / babyj.dir / 00063_Script_63 < prev    next >
Text File  |  1997-11-02  |  197b  |  14 lines

  1. on exitFrame
  2.   if soundbusy(1) = FALSE then
  3.     puppetsound "intro"
  4.   else
  5.     go to the frame
  6.   end if
  7.   -- end repeat
  8. end
  9.  
  10. on mouseDown
  11.   puppetsound 0
  12.   go "login"
  13. end on mouseDown
  14.